Auto merge of #4736 - federicomenaquintero:clarify-patch-from-alternate-sources,...
authorbors <bors@rust-lang.org>
Wed, 29 Nov 2017 03:05:30 +0000 (03:05 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Nov 2017 03:05:30 +0000 (03:05 +0000)
commit6529d418db18ac28622fc2fe0bade0d690c6bd71
tree78b840f63f26776bf32e219f2a8b73f7456d599d
parent0f9da74d3a8c26b7149daf542139c9f5de6ed520
parente8a1ba6f63a93430b1de6fc772e3f950d5bd63f2
Auto merge of #4736 - federicomenaquintero:clarify-patch-from-alternate-sources, r=alexcrichton

Clarify that [patch] can also use sources that are not crates.io

This includes an example of how to use the `[patch.'https://blahblah']` syntax.  I couldn't figure out how to make this work until I saw a crate that actually did this.